From afcd50d6079f6574f14a1fa0b863ce4b2a1d4fb1 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 4 Dec 2010 16:32:02 -0500 Subject: [PATCH] Try again to fix the gdk symbol list Grr, gdk_window_class_class_get_type should have been gdk_window_window_class_get_type. --- gdk/gdk.symbols | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdk/gdk.symbols b/gdk/gdk.symbols index f884f6011f..4479b6fa8a 100644 --- a/gdk/gdk.symbols +++ b/gdk/gdk.symbols @@ -386,7 +386,7 @@ gdk_window_begin_move_drag gdk_window_begin_paint_rect gdk_window_begin_paint_region gdk_window_begin_resize_drag -gdk_window_class_class_get_type G_GNUC_CONST +gdk_window_window_class_get_type G_GNUC_CONST gdk_window_configure_finished gdk_window_constrain_size gdk_window_coords_from_parent -- 2.30.2